Q3Box_GetOrientation
You can use theQ3Box_GetOrientation
function to get the orientation of a box.
TQ3Status Q3Box_GetOrientation ( TQ3GeometryObject box, TQ3Vector3D *orientation);
box
- A box.
orientation
- On exit, the orientation of the specified box.
DESCRIPTION
TheQ3Box_GetOrientation
function returns, in theorientation
parameter, the orientation of the box specified by thebox
parameter.